Package com.cisco.pt.ipc.sim
Interface UserAppManager
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
UserAppManagerImpl
Information provided by the PKI file:
\class UserAppManager
\brief User App Manager.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddGlobalApp(String filename) getGlobalApp(String id) getGlobalAppAt(int index) getGlobalAppByPath(String filename) intvoidMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
addGlobalApp
- Parameters:
filename- Takes in a parameter of filename- Returns:
- boolean Returns a boolean
-
removeGlobalApp
- Parameters:
id- Takes in a parameter of id
-
getGlobalAppCount
int getGlobalAppCount()- Returns:
- int Returns a int
-
getGlobalAppAt
- Parameters:
index- Takes in a parameter of index- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-
getGlobalApp
- Parameters:
id- Takes in a parameter of id- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-
getGlobalAppByPath
- Parameters:
filename- Takes in a parameter of filename- Returns:
- UserDesktopAppConfig Returns a UserDesktopAppConfig
-